home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / pluginy Firefox / 51741 / 51741.xpi / chrome / content / xul / about / about.xul
Extensible Markup Language  |  2010-02-01  |  2KB  |  42 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!-- xul localized strings -->
  3.     <!DOCTYPE overlay SYSTEM "chrome://metaTitleDescriptionOnTop/locale/about.dtd">
  4. <overlay xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
  5.  
  6.     <script type="application/x-javascript">
  7.         <![CDATA[
  8.             addEventListener("load", 
  9.                 function()
  10.                 {
  11.                     if(document.getElementById('extensionName').getAttribute('value') == "Meta Descripton & Title on Top")
  12.                     {
  13.                         document.getElementById('metaTitleDescriptionOnTop-extensionHomepageDonateLink').setAttribute('hidden', false);
  14.                         document.getElementById('metaTitleDescriptionOnTop-extensionJoinTranslationTeam').setAttribute('hidden', false);
  15.                     }
  16.                 }
  17.             , false);
  18.         ]]>
  19.     </script>
  20.  
  21.         <hbox id="creatorBox">
  22.                 <label id="metaTitleDescriptionOnTop-extensionHomepageDonateLink"
  23.                     onclick="if (event.button == 0){ loadHomepage(event); }" 
  24.                     class="text-link"
  25.                     hidden="true"
  26.                     value="&metaTitleDescriptionOnTop.send.a.gift;" 
  27.                     homepageURL="http://www.amazon.com/Roberto-Bouzout/wishlist/1AXD0MYDPQ1ZC/" 
  28.                     tooltiptext="http://www.amazon.com/Roberto-Bouzout/wishlist/1AXD0MYDPQ1ZC/"
  29.                 />
  30.         </hbox>
  31.         <vbox id="translatorsBox" class="boxIndent">
  32.             <label style="padding:0px;margin:0px;border:0px;margin-bottom:6px;margin-top:6px;" id="metaTitleDescriptionOnTop-extensionJoinTranslationTeam"
  33.                 onclick="if (event.button == 0){ loadHomepage(event); }" 
  34.                 class="text-link"
  35.                 hidden="true"
  36.                 value="&metaTitleDescriptionOnTop.join.babelzilla.team;" 
  37.                 homepageURL="http://www.babelzilla.org/" 
  38.                 tooltiptext="http://www.babelzilla.org/"
  39.             />
  40.         </vbox>
  41.  
  42. </overlay>